Public Property Let pNombre(n As String)
    nombre = n
End Property

Public Property Get pNombre() As String
    pNombre = nombre
End Property
